home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / uother__ / 12600b01.ziv / LOCK.BAT < prev    next >
DOS Batch File  |  1989-12-11  |  293b  |  14 lines

  1. echo off
  2. rem lock.bat (example batch file for using SENTRY to encrypt)
  3. c:\sentry/l
  4. if errorlevel 3 goto err
  5. if not errorlevel 1 goto endc
  6. echo Security areas already locked
  7. goto end
  8. :err
  9. echo Cannot close security areas
  10. goto end
  11. :endc
  12. echo Security areas successfully locked
  13. :end
  14.